Don't fail the build if c++ isn't found
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Aug 2018 21:45:11 +0000 (21:45 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Aug 2018 02:14:56 +0000 (02:14 +0000)
commit099b967885d6ed0bd84cb3657311c470367fdee5
tree7c569b8c8219606ae0b3b8baf26b8dac1a22a1e2
parentd13cd9cb67f5ab19c4daf49d6749a663bc382d81
Don't fail the build if c++ isn't found

The intention of this check was to skip the keyword
test if no c++ compiler is found. But the meson
docs say that add_languages() will abort unless we
pass required: false.
testsuite/gtk/meson.build